-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [WS-4468] update learning type experiment filter #4340
fix: [WS-4468] update learning type experiment filter #4340
Conversation
f117a6f
to
8f41fc4
Compare
return product_map[product_type] | ||
except KeyError: | ||
return product_type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be re-written to product_map.get(product_type, product_type)
|
||
product_map = { | ||
'Boot Camp': _('Boot Camps'), | ||
'Executive Education': _('Exec Ed'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it be Exec Ed? Wouldn't the complete Executive Education
make sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double checked with product, they requested this label specifically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just got a request to change it back to Executive Education
08ff179
to
bb00e04
Compare
bb00e04
to
fd92d30
Compare
Flagging this again, should be ready to be merged but CI seems to be stuck |
fd92d30
to
5459ff8
Compare
5459ff8
to
70d899c
Compare
Internal ticket: https://2u-internal.atlassian.net/browse/WS-4468
Update fields for the learning type experiment filter based on product specs, plus some code cleanup: